home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_5341.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  214 lines

  1. -- card: 5341 from stack: in
  2. -- bmap block id: 10539
  3. -- flags: 0000
  4. -- background id: 2282
  5. -- name: Home Card
  6.  
  7.  
  8. -- part 113 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=349 top=148 right=170 bottom=449
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Exercise
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global exercise
  23.   play harpsichord a4
  24.   visual checkerboard to gray
  25.   global exercise
  26.   put 1 into exercise
  27.   go to card id 4970
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 115 (button)
  34. -- low flags: 00
  35. -- high flags: A003
  36. -- rect: left=349 top=110 right=132 bottom=449
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Reference
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   play harpsichord g3
  48.  
  49.   visual wipe left
  50.   go to card id 16995
  51. end mouseUp
  52.  
  53.  
  54.  
  55.  
  56. -- part 118 (button)
  57. -- low flags: 00
  58. -- high flags: A003
  59. -- rect: left=349 top=72 right=94 bottom=449
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Introduction
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   play harpsichord d5
  71.  
  72.   visual effect barn door open
  73.   go to card id 8309
  74. end mouseUp
  75.  
  76.  
  77.  
  78.  
  79. -- part 120 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=125 top=26 right=50 bottom=161
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 1011 / 1011
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: New Button
  91.  
  92.  
  93. -- part 121 (field)
  94. -- low flags: 00
  95. -- high flags: 0000
  96. -- rect: left=12 top=31 right=52 bottom=491
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: 
  105.  
  106.  
  107. -- part 123 (button)
  108. -- low flags: 00
  109. -- high flags: 0000
  110. -- rect: left=342 top=26 right=50 bottom=378
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 1011 / 1011
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: New Button
  119.  
  120.  
  121. -- part 124 (field)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=13 top=83 right=118 bottom=314
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: 
  133.  
  134.  
  135. -- part 127 (button)
  136. -- low flags: 00
  137. -- high flags: A003
  138. -- rect: left=349 top=224 right=246 bottom=449
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: QUIT
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   play harpsichord b3
  150.  
  151.   global navMenu
  152.   visual effect iris close to black
  153.   visual effect iris open
  154.   if navMenu is empty then put "Welcome" into navMenu
  155.   go card navMenu of stack "Support Navigator:Support Navigator"
  156. end mouseUp
  157.  
  158.  
  159.  
  160.  
  161. -- part 128 (button)
  162. -- low flags: 00
  163. -- high flags: A003
  164. -- rect: left=365 top=281 right=303 bottom=431
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: HELP
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   play harpsichord b4
  176.   visual effect barn door open
  177.   go to card id 7551
  178. end mouseUp
  179.  
  180.  
  181.  
  182.  
  183. -- part 129 (button)
  184. -- low flags: 00
  185. -- high flags: A003
  186. -- rect: left=349 top=186 right=208 bottom=449
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Map
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   global map
  198.   put 1 into map
  199.   play harpsichord d5
  200.   visual effect barn door open
  201.   go to card id 6809
  202. end mouseUp
  203.  
  204.  
  205.  
  206.  
  207. -- part contents for card part 121
  208. ----- text -----
  209. HOME CARD
  210.  
  211. -- part contents for card part 124
  212. ----- text -----
  213. Using AppleCD SC
  214.